home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / import-export / ie.scm < prev    next >
Encoding:
Text File  |  1994-09-27  |  440 b   |  17 lines  |  [TEXT/CCL2]

  1. (define-compilation-unit ie
  2.   (source-filename "$Y2/import-export/")
  3.   (require global)
  4.   (unit ie-utils
  5.     (source-filename "ie-utils"))
  6.   (unit import-export
  7.     (source-filename "import-export"))
  8.   (unit init-modules
  9.     (source-filename "init-modules"))
  10.   (unit top-definitions
  11.     (source-filename "top-definitions"))
  12.   (unit locate-entity
  13.     (source-filename "locate-entity"))
  14.   (unit ie-errors
  15.     (source-filename "ie-errors")))
  16.  
  17.